home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for p3subdiv.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_SUBDIVISIONPROPGADGET_H = 1;
- include("real/primgad/p3level.js")
-
-
- var R3CLID_SUBDIVISIONPROPGADGET = 1238;
-
-
-
-
- // Description: for mapchanges. Sent when a point is selected through the gadget.
-
- R3SUBDIVGDM_SELECTPOINT = 1238000;
-
- function mR3SUBDIVGDM_SELECTPOINT() {
- DoA(this.r3obj, 1238000, 0, R3TID_INTEGER, 0);
- }
-
- // Description: for mapchanges. Send when the position of the selected point is defined.
-
- R3SUBDIVGDM_SETPOINT = 1238001;
-
- function mR3SUBDIVGDM_SETPOINT() {
- DoA(this.r3obj, 1238001, 0, R3TID_INTEGER, 0);
- }
-
- // Description: for mapchanges. Sent when subdivision type is changed.
-
- R3SUBDIVGDM_TYPE = 1238002;
-
- function mR3SUBDIVGDM_TYPE() {
- DoA(this.r3obj, 1238002, 0, R3TID_INTEGER, 0);
- }
-
- // Description: for mapchanges. Sent when selection resolution is changed.
-
- R3SUBDIVGDM_SELECTRESOLUTION = 1238003;
-
- function mR3SUBDIVGDM_SELECTRESOLUTION() {
- DoA(this.r3obj, 1238003, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
-
-
- function r3Subdivisionpropgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_SUBDIVISIONPROPGADGET, arguments);
- }
- // Methods
- this.SELECTPOINT=mR3SUBDIVGDM_SELECTPOINT;
- this.SETPOINT=mR3SUBDIVGDM_SETPOINT;
- this.TYPE=mR3SUBDIVGDM_TYPE;
- this.SELECTRESOLUTION=mR3SUBDIVGDM_SELECTRESOLUTION;
-
- // Attributes
- }
-
- r3Subdivisionpropgadget.prototype=new r3Levelgadget;
- // p3subdiv.h_H